libdvbv5_d.vct

@file vct.h @ingroup dvb_table @brief Provides the descriptors for TVCT and CVCT tables @copyright GNU Lesser General Public License version 2.1 (LGPLv2.1) @author Mauro Carvalho Chehab @author Andre Roth

@par Relevant specs The table described herein is defined at: - ATSC A/65:2009

@see http://www.etherguidesystems.com/help/sdos/atsc/syntax/tablesections/TVCT.aspx @see http://www.etherguidesystems.com/help/sdos/atsc/syntax/tablesections/CVCT.aspx

@par Bug Report Please submit bug reports and patches to linux-media@vger.kernel.org

Members

Functions

atsc_table_vct_free
void atsc_table_vct_free(atsc_table_vct* table)

@brief Frees all data allocated by the VCT table parser @ingroup dvb_table

atsc_table_vct_init
ssize_t atsc_table_vct_init(dvb_v5_fe_parms* parms, const(ubyte)* buf, ssize_t buflen, atsc_table_vct** table)

@brief Initializes and parses VCT table @ingroup dvb_table

atsc_table_vct_print
void atsc_table_vct_print(dvb_v5_fe_parms* parms, atsc_table_vct* table)

@brief Prints the content of the VCT table @ingroup dvb_table

Manifest constants

ATSC_TABLE_CVCT
enum ATSC_TABLE_CVCT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ATSC_TABLE_TVCT
enum ATSC_TABLE_TVCT;

@def ATSC_TABLE_TVCT @brief TVCT table ID @ingroup dvb_table @def ATSC_TABLE_CVCT @brief CVCT table ID @ingroup dvb_table @def ATSC_TABLE_VCT_PID @brief Program ID with the VCT tables on it @ingroup dvb_table

ATSC_TABLE_VCT_PID
enum ATSC_TABLE_VCT_PID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

atsc_table_vct
struct atsc_table_vct

@struct atsc_table_vct @brief ATSC VCT table (covers both CVCT and TVCT) @ingroup dvb_table

atsc_table_vct_channel
struct atsc_table_vct_channel

@struct atsc_table_vct_channel @brief ATSC VCT channel table (covers both CVCT and TVCT) @ingroup dvb_table

Unions

atsc_table_vct_descriptor_length
union atsc_table_vct_descriptor_length

@union atsc_table_vct_descriptor_length @brief ATSC VCT descriptor length @ingroup dvb_table

Meta